home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / disk.zip / DISK.DOC < prev    next >
Text File  |  1991-03-26  |  1KB  |  36 lines

  1. DISK.EXE - Get Novell Users' disk utilization
  2.          - March 1991 by Scott McBurney
  3.  
  4. Format:
  5.  
  6.         DISK username {/A}
  7.  
  8.  
  9. Description:
  10.  
  11.     DISK will minimally display the amount of space a user is taking on
  12. all mounted volumes on the current file server.  If the /A option is added,
  13. then all information is displayed.  This includes the number of directories,
  14. files, blocks, and K bytes.
  15.  
  16. Notes:
  17.  
  18. 1.  This program is compatible with Novell Netware 286 and 386.
  19.  
  20. 2.  This program is very, very, very slow if the /A option is used on
  21.     Netware 386.  This is due to 386 Netware, not this program.  However,
  22.     if you do not use the /A option, the program runs faster on 386
  23.     than on 286.
  24.  
  25. 3.  Wildcards are allowed in the username.  For example, if you want a report
  26.     on all Novell users, you can put an asterisk (*) in place of the username
  27.     to search for all users.
  28.  
  29. 4.  Output can be piped to a file or to a printer using normal DOS piping.
  30.     For example:  DISK * > LPT1   would send the output to LPT1.
  31.  
  32. The author can be reached at:
  33.       Compuserve:   71510,2365
  34.       GEnie:        S.MCBURNEY
  35.  
  36.